/* General CSS */
html {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: none;
}

a,
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* body::-webkit-scrollbar{ width: 7px;background:#f5f5f5;}
body::-webkit-scrollbar-thumb{ background-color: #242f51;border-radius:0px; } */

::-moz-selection {
	color: #000;
	background: #4dc5cf;
}
::selection {
	color: #000;
	background: #4dc5cf;
}

*:focus {
	outline: none !important;
}
/* Colors CSS */

/* Typography CSS */

/* Button CSS */
input[type="submit"] {
	cursor: pointer;
}
.overflow-hidden {
	overflow: hidden;
}
html {
	/*overflow-x:hidden;*/
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-family: "Calibri";
	overflow-x: hidden;
	outline: 0;
	font-style: normal;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	color: #000000;
	/*background: #f5f5f5;*/
	background-color: #e4e5e6;
}

h1,
.h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}
h2,
.h2 {
	font-size: 1.5rem;
	line-height: 3rem;
}
h3,
.h3 {
	font-size: 2.375rem;
	line-height: 3rem;
}
h4,
.h4 {
	font-size: 1.40rem;
	line-height: 2.43rem;
}
h5,
.h5 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
h6,
.h6 {
	font-size: 1.25rem;
	line-height: 1.5rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: bold;
	margin: 0;
}

p {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #242a2c;
	line-height: 28px;
}
a {
	text-decoration: none;
	color: #005030;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
a:hover {
	text-decoration: none;
	color: #d63031;
}
a:focus {
	outline: none;
	text-decoration: none;
}
button {
	margin: 0;
	padding: 0;
	border: none;
}
button:focus {
	box-shadow: none;
	outline: none;
	text-decoration: none;
	color: #ffffff;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	height: auto;
	width: 100%;
}
.bg-white {
	background-color: #fff;
}
section {
    /*padding: 30px 30px;*/
    padding: 10px 30px 15px 30px;
}
.min-h-auto {
	min-height: auto !important;
}
.mt-max {
	margin-top: 90px;
}
.mb-30 {
	margin-bottom: 30px;
}
.text-green {
	color: #005030 !important;
}
.text-red {
	color: #dc0d00 !important;
}
/* Button CSS */
.btn {
	display: block;
	/*font-size: 1.5rem;*/
	font-size: 1.20rem;
	font-weight: bold;
	/*line-height: 1.75rem;*/
	line-height: 16px;
	color: #ffffff;
	background: #005030;
	box-shadow: 0px 9px 14px rgba(0, 80, 48, 0.2);
	border-radius: 10px;
	padding: 12px 48px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	border: none;
	height: 40px;
}
.btn-common {
	color: #ffffff;
	background: #005030;
}
.btn-shadow {
	background-color: #fff;
	box-shadow: 0px 8px 15px rgba(121, 121, 121, 0.15);
	color: #005030;
}
.btn-big {
	/*width: 42.5%;*/
	width: 442px;
}
.btn-extra-big {
	width: 85%;
}
.btn-small {
	padding: 12px 36px;
}
.btn:hover {
	background-color: #000000;
	color: #fff;
}
.btn-primary {
	color: #005030;
	background: transparent;
	border: 1px solid #005030;
	font-size: 1.20rem;
	line-height: 16px;
	font-weight: normal;
}
.btn-primary:hover {
	background-color: #005030;
	color: #fff;
}
.btn-secondary {
	background: #a6a6a6;
	color: #fff;
}
/* Header CSS */
header {
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0px 8px 25px rgba(121, 121, 121, 0.1);
}
header .logo {
	width: 218px;
}
header .nav .nav-item a {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #000000;
	position: relative;
	padding: 0 !important;
	padding-right: 25px !important;
	margin-right: 25px;
}
header .nav .nav-item:last-child a {
	padding-right: 0 !important;
	margin-right: 0;
}
header .nav .nav-item:last-child a::after {
	content: none;
}
header .nav .nav-item a:after {
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #000;
	content: "";
	right: 0;
	top: 10px;
}
header .nav .nav-item a.active,
header .nav .nav-item a:hover,
header .nav .nav-item a:focus {
	color: #005030 !important;
}
header .nav-button {
	margin-left: 25px;
}
header .nav-button img {
	width: 18px;
	height: 18px;
	margin-left: 13px;
}
/*************common css*****************/

/************ Login Screen *************/
.shape-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 237px;
	height: 269px;
}
.shape-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 660px;
	height: 650px;
}
.shape1 {
	position: absolute;
	left: 12.65px;
	top: 332px;
	width: 6px;
	height: 118.65px;
}
.shape2 {
	position: absolute;
	left: 307.82px;
	bottom: 36px;
	width: 133.64px;
	height: 112.19px;
}
.login-section {
	background-color: #f2fffa;
	padding: 0px;
}
.login-section .form-group {
	position: relative;
}
.login-section .form-group .icon {
	position: absolute;
	top: 0;
	left: 18px;
	bottom: 0;
	width: 20px;
	height: 55px;
	background: transparent;
	font-size: 1.125rem;
	color: #404040;
}
.login-section .form-group .icon-2 {
	right: 18px;
	left: auto;
}
.login-section .form-control {
	height: 55px;
	background: #f0f0f0;
	color: #404040;
	font-size: 1.25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding-left: 55px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 10px;
	width: 442px;
}
.login-section .form-control::placeholder {
	color: #404040;
	font-size: 1.25rem;
}
/********** End login *************/
/********** Dashboard *************/
.search {
	position: relative;
	/*width: 870px;*/
	width: 625px;
}
.search input {
	background-color: #fff;
	border: 1px solid #404040;
	border-radius: 25px;
	/*height: 55px;*/
	height: 40px;
	padding: 20px;
	padding-left: 55px;
	font-size: 1.25rem;
	color: #404040;
	width: 100%;
}
.search input::placeholder {
	font-size: 1.25rem;
	color: #404040;
}
.search img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	left: 26px;
}
.widget {
	position: relative;
    margin-bottom: 20px;
	padding: 35px 20px;
	background: #fff;
	color: #000;
	box-shadow: 0px 8px 15px rgba(121, 121, 121, 0.15);
	border-radius: 10px;
	/*min-height: 232px;*/
	min-height: 210px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.lender-widget {
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.25rem;
	min-height: auto;
	height: 100%;
	margin: 0;
}
.widget.lender-widget h5 {
	margin-top: unset;
	text-decoration: underline;
	color: #005030;
	text-transform: uppercase;
}
.widget .no-content {
	width: 22px;
	height: 2px;
	background-color: #000;
}
.widget .icon {
	/*height: 94px;
	width: 94px;*/
	height: 75px;
	width: 75px;
}
.widget .icon img {
	height: 100%;
}
.widget h5 {
	margin-top: auto;
	display: flex;
}
.title-wrap {
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
}
/********** End Dashboard *************/
/********** user management ***********/
.nav-tabs {
	border: none;
}
.user-tab .nav-item {
	margin-right: 15px;
}
.user-tab .nav-link {
	padding: 15px 35px 15px;
	border: none;
	font-size: 1.20rem;
	font-weight: bold;
	color: #000;
	position: relative;
}
.user-tab .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
	height: 2px;
	background: transparent;
	bottom: 0;
	margin: 0 auto;
}
.user-tab .nav-link.active::after,
.user-tab .nav-link:hover::after,
.user-tab .nav-link:focus::after {
	background: #005030;
}
.user-tab .nav-link.active {
	box-shadow: 0px -5px 15px 0px rgb(121 121 121 / 15%);
	background: #fff;
	color: #005030;
}
.user-tab .nav-link:hover,
.user-tab .nav-link:focus {
	box-shadow: 0px -5px 15px 0px rgb(121 121 121 / 15%);
	background: #fff;
	isolation: auto;
	color: #005030;
}
.tab-content {
	border: none;
}
.tab-content .des {
	box-shadow: -5px 5px 15px 0px rgb(121 121 121 / 15%);
	background: #fff;
	padding: 10px 45px;
	font-size: 1rem;
}
.user-table {
	/*border: 1px solid #939393;*//*border removed:16-06-23*/
	/*border-radius: 10px;*/
	/*border-radius: 10px 10px 0px 0px;*/
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0;
	width: 100% !important;
	/*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
.user-table.table-borderless,
.user-table.table-borderless tbody tr td,
.user-table.table-borderless tbody tr th {
	border: none;
	padding: 13px;
}
.user-table.table-borderless thead {
	background: none;
}
.user-table.table-borderless thead tr th {
	padding: 13px;
}
.user-table.table-borderless tbody tr td:first-child {
	text-align: right;
}
.user-table thead {
	/*background: #eaeaea;*/
	background: #000;
	border-radius: 10px 0 0 10px;
	border-top-left-radius: 10px;
}
.user-table thead tr {
	/*border-radius: 10px 0 0 10px;*/
}
.user-table thead tr th:first-child {
	/*border-radius: 10px 0 0 10px;*/
	border-top-left-radius: 10px;
}
.user-table thead tr th:last-child {
	/*border-radius: 10px 10px 0 0px;*/
	border-top-right-radius: 10px;
}
.user-table tbody {
	border-radius: 0 10px 0 10px;
}
.user-table tbody tr:last-child {
	/*border-radius: 0 10px 0 10px;*/
}
.user-table tbody tr:last-child th {
	/*border-radius: 0 0 0px 10px;*/
}
.user-table tbody tr:last-child td:last-child {
	/*border-radius: 0 0 10px 0;*/
}
.user-table tbody tr td:last-child {
	border-right: none;
	/*color: #00623c;*/
	color: #212529;
}
.user-table.inactive-users tbody tr td:last-child {
	color: #dc0d00;
}
.user-table tbody tr td,
.user-table tbody tr th {
	/*border: 1px solid #939393;*//*border removed:16-06-23*/
	/*padding: 25px 30px;*/
	padding: 10px 10px;
	font-size: 1rem;
	border-left: none;
	border-bottom: none;
	min-height: 40px;
}
.user-table thead tr th {
	/*padding: 15px 15px;*/
	padding: 10px 10px;
    font-size: 1.20rem;
    /*color: #000;*/
    color: #FFFFFF;
	vertical-align: top;
}
.user-table > :not(:first-child) {
	border-top: 1px solid #939393 !important;
}
.user-table .action-btn img {
	width: 26px;
	height: 26px;
}
.user-table .table-inner td,
.user-table .table-inner th {
	border: none;
	padding: 0;
}
.user-table .table-inner td:first-child,
.user-table .table-inner th:first-child {
	width: 100px;
}
.user-table .table-inner thead {
	background: #fff;
}
.user-table .table-inner > td {
	border-top: 1px solid #939393;
}
.add-user {
	background: #d6d9dc;
	box-shadow: 0px 8px 15px rgba(121, 121, 121, 0.15);
	border-radius: 10px;
	/* padding: 30px 30px 70px; */
	padding: 20px 30px;
	margin-top: 15px;
}

.add-user-footer{
	padding: 30px;
	margin-top: 25px;
}

.add-user-footer {
    padding: 0 30px;
    margin-top: 25px;
    background: #f0f0f0;
    box-shadow: none;
}

.expiration-date {
    padding: 30px 0;
    background: #4472c4;
    color: #fff;
    border-radius: 15px;
	border: 1px solid #000;
}
.expiration-date label.form-label {
    color: #fff !important;
    font-size: 25px !important;
}
.add-user.no-box-shadow {
	box-shadow: none;
	padding: 0;
}
.add-user .form-group {
	margin-bottom: 15px;
	flex-wrap: wrap;
}
/* .new-form .form-group {
	flex-wrap: nowrap;
} */
.add-user.no-box-shadow{box-shadow: none;padding: 0;}
.add-user .form-group{margin-bottom: 15px;flex-wrap: wrap;}
/* .new-form .form-group{flex-wrap: nowrap;} */

.add-user.no-box-shadow{box-shadow: none;padding: 0;}
.add-user .form-group{margin-bottom: 15px;flex-wrap: wrap;}
/* .new-form .form-group{flex-wrap: nowrap;} */
/* .new-form .form-group{flex-wrap: nowrap;} */
.add-user .form-group p {
	flex-basis: 100%;
	margin-left: 227px;
}
.add-user .form-group .form-label {
	width: 210px;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
	font-size: 1.20rem;
	color: #000;
	margin-bottom: 0px;
}
.new-form .form-group .form-label {
	width: 240px;
}
.add-user .form-group label {
	font-size: 1.25rem;
}
.add-user .form-group .form-control,
.add-user .form-group .form-select {
	width: 60.573%;
	background-color: #ffffff !important;
	border-radius: 10px;
	border: none;
	outline: none;
	height: 30px;
	line-height:inherit;
}
.add-user .form-group input.form-control-sm,
.add-user .form-group .form-select-sm {
	width: 48.46%;
}
.form-check input {
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 2px;
}
.form-group .check-group {
	width: 235px;
	margin-right: 35px;
}
.form-group .form-check {
	margin-bottom: 60px;
	padding: 0;
}
.form-group .form-check:last-child {
	margin: 0;
}
.form-group .form-check .form-label {
	width: 60%;
	margin-right: 0;
	margin-bottom: 0px;
}
img.drag-drop {
	width: 60px;
	height: 60px;
}
.drag-drop-box {
	width: 85%;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px auto 0;
	border: 1px dashed rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	flex-direction: column;
	text-align: center;
	font-size: 1.20rem;
	line-height: 1.526rem;
	color: rgba(0, 0, 0, 0.8);
}
.drag-drop-box a {
	text-decoration: underline;
	color: #005030;
}
.form-table {
	width: 85%;
	margin: 52px auto 0;
	/*background: rgba(0, 0, 0, 0.8);*/
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}
.form-table.table-striped > tbody > tr > * {
	padding: 15px 21px 16px;
	height: 55px;
}
.form-table.table-striped > tbody > tr:nth-of-type(odd) > * {
	background-color: #dfdfdf;
	color: #000;
}
.form-table.table-striped > tbody > tr:nth-of-type(even) > * {
	background-color: #f4f4f4;
	color: #000;
}
.form-table tfoot {
	height: 17px;
}
.form-table thead th {
	padding: 15px 21px 16px;
}
/********** end user management *************/
/********** Dropdown Management *************/
.dropdown-list {
	/*margin-top: 60px;*/
	margin-top: 10px;
	margin-left: 20.5%;
}
.dropdown-list ul {
	height: 440px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.dropdown-list ul li {
	min-width: 185px;
	max-width: 270px;
	margin-right: 35px;
}
.dropdown-list ul li a {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-decoration: underline;
}
.dropdown-list ul li a:hover {
	color: #000;
	text-decoration: none;
}
.btn:focus {
	box-shadow: none !important;
}
.lenderTab .nav-item {
	/*margin-bottom: 10px;*/
	margin-top: 20px;
}
.lenderTab .nav-link.active {
	background-color: #a6a6a6;
	color: #fff;
}
.btn-edit {
	width: 30px;
	background-color: transparent;
}
.lenderTab .nav-link {
	box-shadow: 0px 9px 14px rgba(0, 80, 48, 0.2);
	background-color: #005030;
	border-radius: 10px;
	align-items: center;
}
.custom-modal .modal-content,
.page-modal .modal-content {
	border-radius: 10px 10px 0 0;
	border: none;
}
.custom-modal .modal-dialog .modal-header,
.page-modal .modal-header {
	background: #000;
	padding: 8px 40px;
	border-radius: 10px 10px 0 0;
}
.custom-modal .modal-dialog .modal-header .modal-title,
.page-modal .modal-header .modal-title {
	color: #fff;
	font-size: 1.3rem;
}
.custom-modal .modal-dialog .modal-header .btn-close,
.page-modal .modal-header .btn-close {
	color: #fff;
	background: none;
	opacity: 1;
	padding: 0;
}
.custom-modal .modal-dialog .modal-body p {
	font-size: 1.25rem;
	color: #000;
	line-height: 1.83rem;
	width: 90%;
}

.custom-modal .modal-dialog .modal-body p.title-text {
	text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.hide-text{
    color: #005cff;
}

h5 span {
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 7px;
    font-size: 22px;
}



.custom-modal .modal-dialog .modal-body {
	padding: 10px 40px;
	background-color: #f0f0f0;
}
.custom-modal .modal-dialog .modal-body .col-form-label {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 30px;
}
.custom-modal .modal-dialog .modal-body .col-form-label-lg {
	width: 630px;
}
.custom-modal .modal-dialog .modal-body .icon-list {
	font-size: 30px;
	color: #000;
}
.custom-modal .modal-dialog .modal-body .form-label {
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 30px;
	line-height: 1.5rem;
	min-width: 140px;
	text-align: right;
	margin-bottom: 0px;
}
.custom-modal .modal-dialog .modal-body .column-bar {
	background: rgba(52, 52, 52, 0.8);
	border-radius: 10px;
	height: 18px;
	width: 83%;
}
.custom-modal .modal-dialog .modal-body .btn {
	margin-left: 30px;
}
.custom-modal .modal-dialog .modal-body input[type="text"] {
	width: 630px;
	
	border-radius: 10px;
	border: none;
	height: 30px;
	/* font-size: 1.25rem; */
	line-height: 1.5rem;
	color: #000;
	/*font-weight: bold;*/
	/*padding: 15px 30px;*/
}
.custom-modal .modal-dialog .modal-body input.form-control-2 {
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	background-color: #fff;
}
.custom-modal .modal-dialog .modal-body input.form-control-sm,
.custom-modal .modal-dialog .modal-body .form-select-sm {
	width: 504px;
}
.custom-modal .modal-dialog .modal-body input::placeholder {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #000;
	font-weight: bold;
}
.custom-modal .modal-dialog .modal-content {
	border-radius: 10px 10px 0px 0px;
	border: none;
}
.custom-modal .modal-dialog .modal-body .form-select {
	width: 630px;
	background-color: #ffffff;
	border-radius: 10px;
	border: none;
	outline: none;
	height: 30px;
	line-height: 1.0 !important;
}
.custom-modal .modal-dialog .modal-body .form-select option {
	width: 180px;
	background: #fff;
}
.custom-modal .statelist .form-check .form-label {
	max-width: 130px;
}
img.upload {
	width: 24px;
	height: 24px;
}
.product-type {
	font-size: 1.40rem;
	margin-left: 43px;
}
.user-table tr td a.status.inactive {
	color: #dc0d00;
}
.user-table tr td a.status.active {
	color: #005030;
}
.user-table tr td a.status {
	color: #000;
}
.user-table tr td a {
	color: #005030;
}
.user-table input[type="text"] {
	/*background: #f0f0f0;*/
	border-radius: 10px;
	border: none;
	min-width: 254px;
	height: 30px;
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #000;
	/*font-weight: bold;*/
	/*padding: 15px 30px;*/
}
.user-table .form-select {
	/*background-color: #f0f0f0;*/
	border: none;
	height: 40px;
}
.user-table tr td img,
.form-table tr td img {
	max-width: max-content;
}
.form-check .form-label {
	font-size: 1.20rem;
	font-weight: bold;
	margin-right: 30px;
	line-height: 1.5rem;
	min-width: 130px;
	text-align: right;
	margin-bottom: 0px;
}
.add-user .form-group .form-label-light {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
	width: auto;
}
.add-user .form-group .form-label-title {
	font-weight: normal;
}
.user-table a i {
	color: #00623c;
}
.form-group .action-button {
	display: flex;
	align-items: center;
	margin: 0 35px;
	gap: 20px;
}
.form-group .action-button .icon {
	width: 26px;
	height: 26px;
}
.form-group .action-button .icon.edit-icon {
	width: 30px;
	height: 30px;
}
.shadow-box {
	padding: 20px 30px;
	box-shadow: 0px 8px 15px rgba(121, 121, 121, 0.15);
	border-radius: 10px;
	margin-top: 10px;
	border: none;
	font-size: 1.25rem;
	line-height: 1.5rem;
	background: #d6d9dc;
}
.form-group .input-group {
	background: #f2f2f2;
	border-radius: 10px;
	width: 60.573%;
	padding: 0 30px;
	height: 30px;
}
.form-group .input-group-submissinId {
	background: #f2f2f2;
	border-radius: 10px;
	width: 60.573%;
	padding: 0 30px;
	border:2px solid lightgray;
}
.form-header {
	background: #000;
	color: #fff;
	padding: 12px 48px 13px;
	margin-bottom: -6px;
	position: relative;
	z-index: 999;
	border-radius: 10px 10px 0 0;
}
.form-sub-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding-bottom: 9px;
	margin-bottom: 40px;
}
.add-user .form-group textarea.form-control {
	height: 139px;
}
input[type="radio"] {
	width: 23px;
	height: 23px;
	accent-color: #000;
}
.formTabContent textarea.form-control {
	height: 294px;
}
.user-table tbody tr.decline td {
	color: #dc0d00 !important;
}
.form-group-box {
	background: #f0f0f0;
	padding: 20px 40px;
}
.form-sub-header img {
	width: 77px;
	height: 77px;
}
.status-bar {
	background: #d9d9d9;
	height: 11px;
	width: 92%;
	display: flex;
	border-radius: 17px;
}
.pagination .page-item {
	margin: 0 13px;
	display: flex;
	align-items: flex-end;
}
.pagination .page-item .page-link {
	box-shadow: 0px 4px 9px rgb(121 121 121 / 15%);
	border-radius: 5px;
	border: none;
	height: 47px;
	width: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #000;
	font-weight: normal;
	background-color: #fff;
}
.pagination .page-item .page-link:hover {
	background-color: #005030;
	color: #fff;
}
.pagination .page-item .page-link img {
	width: auto;
}
.pagination .page-item .page-link:hover img {
	filter: invert();
}
.pagination .page-item .page-link img{width: auto;}
.pagination .page-item .page-link:hover img{filter: invert();}
/********** Developer CSS ****************/
.required::after {
    content: "*";
    color: red;
    position: relative;
    left: 0px;
}
.form-group .form-label{
    position: relative;
}
.add-user .form-group p,
.add-user .form-group .error {
	flex-basis: 100%;
	/* margin-left: 240px; */
}
/* for lender module changes */
/* .new-form .form-group{flex-wrap: nowrap;} */
/*.add-user .form-group p, .add-user .form-group .error {
	flex-basis: 100%;
	margin-left: 240px;
}*/
.product_types {
	height: 28px;
	width: 28px;
}
.delete_icon {
	padding: 17px 20px;
}

/********** Footer ****************/
.footer {
	padding: 30px;
	background: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	/*margin-top: 30px;*/
}
.footer h4 {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.25rem;
}
.footer .address {
	margin-top: 30px;
}
.footer .address h4 {
	font-weight: bold;
}
.footer p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.25rem;
}
/********** Developer CSS ****************/
.required::after {
	content: "*";
	color: red;
}
/*.add-user .form-group p, .add-user .form-group .error {
    flex-basis: 100%;
    margin-left: 240px;
}*/
.states_list{
	width: 26px;
	height: 26px;
}
.product_types {
	height: 28px;
	width: 28px;
}
.delete_icon {
	padding: 17px 20px;
}
.add-user .form-group .validation_message {
	flex-basis: 100%;
	margin-left: 240px;
	margin-top: 7px;
}
.add_lender_product .form-check .yellow-checkbox{
	accent-color:yellow;
}
.form-group .action-button .yellow-checkbox{
	accent-color:yellow;

}
.state_wrap{
	width: 60.573%;
}
 /* .add_lender_product .form-check input{
	width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 2px;
} */

/* Datatable  */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	/*right: 0.2em !important;
    font-size: 1rem !important;
    bottom: 2.2em !important;*/
    top: 10px;
    font-size:16px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
	/*right: 0.8em !important;
    top: 0.6em !important;
    font-size: 1rem !important;*/
    top: 10px;
    font-size:16px;
}

#dataTableList span.select2-dropdown {
    width: 300px !important;
}
/********** Create Form ****************/
fieldset {
	border-width: 2px;
    border-style: groove;
    border-color: #EAEAEA;
    border-image: initial;
	margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 1.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
  }


/*14-04-2023*/
.select-state-line-wrapper ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 15px;
    color: #fff;
    border-radius: 4px;
    background-color: #0d0d0d;
    text-transform: capitalize;
}
.select-state-line-wrapper ul {
	margin: 0 0 20px 0;
}
.form-group.custom-group-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.srff-traking-main-wrapper .add-user {
	margin: 0;
	padding: 0;
}
.srff-traking-main-wrapper .add-user .form-group {
	margin-bottom: 15px;
}
.srff-traking-main-wrapper .add-user .form-group .form-select {
	width: 100%;
}
.srff-traking-main-wrapper {
    /*border: 4px solid lightgrey;*/
    border: 4px solid rgb(240, 240, 240);
    padding: 20px;
    border-radius: 14px;
    margin: 0 0 30px 0;
}
.text-area-large-wrapper {
	max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.text-area-large-wrapper textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    border-radius: 9px;
}

.cancellation-form.add-user .form-group .form-label{
	font-size: 1.2rem;
}

.cancellation-form.add-user .form-group .form-control, .cancellation-form.add-user .form-group .form-select {
	height: 30px;
}

.cancellation-form.add-user .form-group {
	margin-bottom: 15px;
}
.dataTables_scrollHeadInner{
	padding-right: 5px !important;
}

/**/
main.primary-main {
    min-height: calc(103vh - 260px);
}

.product-label{
	min-width:0px;
	width: 100px;
}
.approve-form-label{
	min-width: 250px !important;
}
.decline-form-label{
	min-width: 250px !important;
}
.badge {
	display: inline-block;
	padding: 0.5em 0.65em;
	font-size: 1em;
	font-weight: 700;
	line-height: 0.8;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge-success {
	color: #fff;
	background-color: #005030;
}

.badge-danger {
	color: #fff;
	background-color: #c00000;
}

.badge-pill {
	padding-right: 0.75em;
	padding-left: 0.75em;
	border-radius: 10rem;
}

/*new design changes for white and grey*/
.dropzone{
	background-color: #d6d9dc !important;
}
.modal-footer{
	background-color: #f0f0f0;
}
#cancellationTopModal .modal-body{
	background-color: #d6d9dc;
}
#addCancellationForm table tbody tr{
	background: #d6d9dc;
}
.modelbody_gerey_class{
	background-color: #d6d9dc !important;
}
#form_approve_modal .modal-body{
	background-color: #f0f0f0 !important;
}
#form_approve_modal .modal-body .add-user{
	background-color: #f0f0f0 !important;
	box-shadow: none !important;
}

#cancellationForm .form-label{
	width: 43%;
}
.datepicker table tbody tr:nth-child(even) {
    background: #fff;
}

#form_approve_modal .add-user .form-group .form-label, 
#denied_multiple_states .add-user .form-group .form-label,
#reset_multiple_states .add-user .form-group .form-label,
#withdraw_multiple_states .add-user .form-group .form-label{
	width: 40%;
}
#form_approve_modal .add-user .form-group input[type="text"], 
#denied_multiple_states .add-user .form-group input[type="text"],
#reset_multiple_states .add-user .form-group input[type="text"],
#withdraw_multiple_states .add-user .form-group input[type="text"]{
	width: 40%;
}
#form_approve_modal .add-user .form-group textarea, 
#denied_multiple_states .add-user .form-group textarea,
#reset_multiple_states .add-user .form-group textarea,
#withdraw_multiple_states .add-user .form-group textarea{
	width: 40%;
}
#approve_decline_state_form .validation_message{
	margin-left: 44% !important;
}
#denied_multiple_states .add-user .form-group .validation_message,
#reset_multiple_states .add-user .form-group .validation_message {
	margin-left: 44%;
}

.inner-modal{
	background-color: rgb(128,128,128,0.5);
}

.naText{
	font-weight: bold;
	font-size: 1.20rem;
}

.coverage-label{
	text-align: initial !important;
	padding-left: 1rem !important;
}

.mb-15{
	margin-bottom: 15px !important;
}

.custom-modal .modal-dialog .modal-body .productbtn-row .btn.btn-common{
	height: auto !important;
	padding: 12.5px 10px !important;
}
.custom-modal .modal-dialog .modal-body .productbtn-row .btn.btn-common.red_close_btn{
    width: 50px;
    height: 40px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;font-size: 17px;
}
.check-groupul ul {
    display: flex;
    flex-wrap: wrap;
}
.check-groupul ul li {
    width: 33.333333%;
}
.check-groupul ul .form-group.form-check {
    padding: 0;
}
.check-groupul ul .form-group.form-check label.form-label {
    width: 200px;
}
.custom-switch .btn-toggle.btn-lg {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 30px;
    width: 55px;
    border-radius: 2.5rem;
}
.custom-switch .btn-toggle.btn-lg:before, .custom-switch .btn-toggle.btn-lg:after {
    line-height: 25px;
    width: 6rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.custom-switch .btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: 0.5;
}
.custom-switch .btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}
.custom-switch .btn-toggle:before, .custom-switch .btn-toggle:after {
    color: #6b7381;
}
.custom-switch .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}
.custom-switch .btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}
.custom-switch .btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.custom-switch .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 20px;
    height: 20px;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}
.custom-switch .btn-toggle.active > .handle {
    left: 28px;
    transition: left 0.25s;
}
.custom-switch .btn-toggle.btn-lg.active > .handle {
    left: 28px;
    transition: left 0.25s;
}
.custom-switch .btn-toggle.active {
    background-color: #005030;
}
.fa-file-pdf{
	line-height: 0 !important;
}


.fileupload-common input[type="file"]{
	-webkit-appearance: none;
}
.fileupload-common input[type="file"], .fileupload-common input[type="file"]:hover, .fileupload-common input[type="file"]:focus {
  cursor: pointer !Important;
  outline:none;box-shadow:none;
}
.fileupload-common input[type="file"]::-webkit-file-upload-button{
	  background: #005030;
	  color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;
    -webkit-appearance: none;
}
.fileupload-common input[type="file"]::-ms-browse {
	  background: #005030;
	  color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;
    -webkit-appearance: none;
}
.h4-with-line {
	display: flex;
	align-items: center;
}

.h4-text {
	margin-right: 10px;
}

.h4-line {
	flex-grow: 1;
	border-top: 3px solid #2d2c2cd6;
}

.blue_yellow_checkbox_img{
	height: 25px;
	width: 25px;
}
/* Center text in button */
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
